home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat4 / dmedia / jpeg.z / jpeg
Encoding:
Text File  |  1998-10-20  |  3.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. jjjjppppeeeegggg((((4444))))                                                                jjjjppppeeeegggg((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      jpeg - JPEG compression format
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      JPEG (Joint Photographic Experts Group) is a ``lossy'' compression scheme
  13.      based on psycho-visual studies of human perception.  Picture information
  14.      which is generally not noticeable is dropped out in varying amounts
  15.      producing anywhere from a 2 to 100 times reduction in data needed to
  16.      store it.
  17.  
  18.      The source image is processed in three basic steps.  First, the data is
  19.      mathematically transformed from spatial to frequency form in eight by
  20.      eight blocks using the Discrete Cosine Transform (DCT).  The frequency
  21.      coefficients are then filtered down by a linear quantization.  Finally,
  22.      the coefficients are Huffman encoded into a bit stream.  To decompress,
  23.      the process is simply reversed.
  24.  
  25.      The quantization step is where the image quality/size trade-off is
  26.      controlled.  A table called the ``quantization table'' is used to
  27.      variously scale each of the 64 DCT coefficients.  A separate table is
  28.      used for the luminance (Y), and the chrominance (Cr and Cb) components.
  29.  
  30.  
  31. PPPPRRRROOOODDDDUUUUCCCCTTTTSSSS
  32.      The JPEG compression format is supported by several developer and end-
  33.      user products.
  34.  
  35.      DDDDiiiiggggiiiittttaaaallll MMMMeeeeddddiiiiaaaa IIIImmmmaaaaggggeeee CCCCoooonnnnvvvveeeerrrrtttteeeerrrr -------- ddddmmmmIIIICCCC
  36.          Provides JPEG compression and decompression using either a
  37.          software codec or real-time hardware device (OOOO2222 IIIICCCCEEEE and
  38.          OOOOccccttttaaaannnneeee CCCCoooommmmpppprrrreeeessssssssiiiioooonnnn).
  39.  
  40.      CCCCoooommmmpppprrrreeeessssssssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy
  41.          Provides JPEG compression and decompression using either a
  42.          software codec or a real-time hardware device (CCCCoooossssmmmmoooo CCCCoooommmmpppprrrreeeessssssss).
  43.  
  44.      MMMMoooovvvviiiieeee LLLLiiiibbbbrrrraaaarrrryyyy
  45.          Provides editing and playback capabilities for movies of various
  46.          formats, including those that are JPEG compressed.
  47.  
  48.      IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy
  49.          Provides reading and writing of JPEG compressed files in the
  50.          JFIF file format.
  51.  
  52.      DDDDiiiiggggiiiittttaaaallll MMMMeeeeddddiiiiaaaa TTTToooooooollllssss
  53.          Several tools enable end-users to create, manipulate, and view JPEG
  54.          compressed images and movies.  Please refer to the man pages listed
  55.          in the final section.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. jjjjppppeeeegggg((((4444))))                                                                jjjjppppeeeegggg((((4444))))
  71.  
  72.  
  73.  
  74. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.      dm_jpeg(3dm), dmIC(4), dmBuffer(4),
  76.      CLintro(3dm), mvIntro(3dm), ilJFIFImg(3il),
  77.      compview(1), dmrecord(1), dmconvert(1), dmplay(1),
  78.      capture(1), moviemaker(1), makemovie(1), movieplayer(1)
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.